AffineTransformationMatrix2
Represents a 2D affine transformation matrix.
Constructors
Functions
Computes the determinant of the affine transformation matrix.
Tests if two affine transformation matrices are approximately equal.
Get the inverse of this transformation.
Checks if the transformation preserves the orientation of points. For example: In 3D space, a translation preserves orientation, while a reflection does not.
Rotates the transformation matrix by a specified angle. The angle can be specified in either radians or degrees.
Scales the transformation matrix by a given vector. The x and y components of the vector represent the scaling factors in the respective directions.
Scales the transformation matrix by a given factor in both x and y directions.
Scales the transformation matrix by given factors in the x and y directions.
Shears the transformation matrix by specified factors in the x and y directions.
Multiplies two affine transformation matrices.
Get the array representation of the transformation matrix.
Translates the transformation matrix by a given vector. The x and y components of the vector represent the translation in the respective directions.
Translates the transformation matrix by a given distance in the x and y directions.